home *** CD-ROM | disk | FTP | other *** search
- Short: Datatype for IFF-RGFX-Format (43.11)
- Author: astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
- Uploader: astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
- Type: util/dtype
-
- Version: 43.11
-
- Requires minimum:
- * OS 3.0
- * MC68020
- * xpkmaster.library V5
- * render.library V30 (included).
-
- Additionally recommended:
- * CyberGraphX with picture.datatype V43 for 24-bit images.
- * MUI 3.8 for the preferences.
-
-
- With the help of the rgfx.datatype, your datatype sytem is able to read images
- coded in the new IFF-RGFX-Format created by Andreas Kleinert.
-
- This archive is freeware !
- Do with it what you want, as long as you do not remove any files from this archive !
-
- The archive also contains the utility 'DT2RGFX'. This converts a datatype picture
- to the new IFF-RGFX-Format !
-
- The datatype supports the DTM_WRITE-RAW method, to save in own format.
-
- Changes since V43.10:
- * Added some GlowIcons.
- * General speedup.
- * Bugfix: Forgot to call a FreeBitmap.
-
-
- The full render.library archive is also available in Aminet:dev/misc.
-
- Internet: http://www.rzuser.uni-heidelberg.de/~astegema
-
-
- Important note about the source code:
- *************************************
-
- The source has been written in C++ using Maxon-C++ V3.
- You will find several instructions a bit strange as I have converted all C-style OS-structures
- to C++ OS-structures.
- E.g.
-
- struct Library
- {
- struct Node lib_Node;
- UBYTE lib_Flags;
- UBYTE lib_pad;
- UWORD lib_NegSize;
- UWORD lib_PosSize;
- UWORD lib_Version;
- UWORD lib_Revision;
- APTR lib_IdString;
- ULONG lib_Sum;
- UWORD lib_OpenCnt;
- };
-
- has been converted to
-
- struct Library:Node // !!!!!
- {
- UBYTE lib_Flags;
- UBYTE lib_pad;
- UWORD lib_NegSize;
- UWORD lib_PosSize;
- UWORD lib_Version;
- UWORD lib_Revision;
- APTR lib_IdString;
- ULONG lib_Sum;
- UWORD lib_OpenCnt;
- };
-
- This simplifies the code as I don't always need to cast variables to fit arguments
- in functions.
- Additionally C++ allows to leave away the 'struct' keyword !
-
- If you like to recompile the source-code for your compiler, you need to adjust the
- source-code to C. But this should be no problem.
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 3352 2241 33.1% 09-Oct-99 00:48:50 RGFX-DT.info
- 6956 3779 45.6% 13-Oct-99 15:02:38 +DT2RGFX
- 14224 6509 54.2% 08-Oct-99 02:32:14 +rgfx.datatype
- 6 6 0.0% 15-Jul-99 15:28:04 +rgfx.prefs
- 3435 2217 35.4% 06-Oct-99 17:56:04 +GlowIcons.info
- 3352 2245 33.0% 06-Oct-99 17:56:06 +Drawer.info
- 3935 2680 31.8% 06-Oct-99 17:56:06 +Tool.info
- 2096 663 68.3% 09-Oct-99 13:11:22 +Install
- 4233 2885 31.8% 06-Oct-99 22:15:38 +Install.info
- 52452 23487 55.2% 15-Jul-99 15:28:04 +render.library
- 52244 23390 55.2% 15-Jul-99 15:28:04 +render.library_68040
- 52436 23362 55.4% 15-Jul-99 15:28:04 +render.library_68060
- 2798 1764 36.9% 06-Oct-99 22:34:56 +NewIcons.info
- 3204 2078 35.1% 15-Jul-99 15:28:04 +Drawer.info
- 3294 2294 30.3% 15-Jul-99 15:28:04 +Tool.info
- 3478 2455 29.4% 06-Oct-99 22:18:24 +Prefs.info
- 8540 4352 49.0% 08-Oct-99 02:32:16 +RGFXPrefs
- 1669 1299 22.1% 15-Jul-99 15:28:04 +RGFXPrefs.info
- 10830 4534 58.1% 11-Oct-99 01:48:54 +RGFX-DT.guide
- 3541 1870 47.1% 29-Aug-99 21:16:18 +RGFX-DT.guide.info
- 2074 1014 51.1% 08-Oct-99 02:41:54 +RGFX-DT.readme
- 2221 1388 37.5% 06-Oct-99 17:49:18 +RGFX-DT.readme.info
- 85 78 8.2% 08-Oct-99 02:32:20 +class.h
- 22411 5174 76.9% 08-Oct-99 02:32:18 +dispatcher.c
- 8069 2771 65.6% 08-Oct-99 02:32:16 +dt2rgfx.c
- 3721 1264 66.0% 08-Oct-99 02:32:18 +libbase.c
- 244 119 51.2% 08-Oct-99 02:32:18 +make
- 1596 641 59.8% 08-Oct-99 02:32:20 +rgfx.h
- 5645 1926 65.8% 08-Oct-99 02:32:20 +savergfx.c
- -------- ------- ----- --------- --------
- 282141 128485 54.4% 15-Oct-99 18:35:00 29 files
-